Overview
Introduction
Evaluating choices for backend communications... (a company may have lots of applications written in different languages)
Auth Options
- Insecure
- For quick dev (but never push to prod)
- Uses http 1
- SSL/TLS
- Uses HTTP 2
- Client Validates Certificates
- Google Token-Based
- Think of as a layer on top of TLS
- Requires Secure Connection
- Custom